PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFPageSize Class / IsMatch Method / IsMatch(PDFPageSize,double) Method
Object to compare.
Allowed difference in size.
In This Topic
    IsMatch(PDFPageSize,double) Method
    In This Topic
    Tests if the given object matches this object when the size different is less than delta.
    Syntax
    public boolean IsMatch( 
       PDFPageSize other,
       double delta
    )

    Parameters

    other
    Object to compare.
    delta
    Allowed difference in size.

    Return Value

    True if the objects match.
    See Also